home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / sound / ctone / tone.doc < prev   
Encoding:
Text File  |  1986-06-02  |  442 b   |  13 lines

  1. FILENAME:  tone.doc
  2.  
  3. DESCRIPTION:
  4.     This routine allows the user to control both the frequency
  5.     and the duration of the output to the IBM PC's speaker.  
  6.     It was taken from C PRIMER PLUS, by Mitchell Waite, Stephen
  7.     Prata, and Donald Martin, Appendix H.
  8.  
  9.     This routine was written in Lattice C and runs on an IBM PC.
  10.  
  11.     piano.c is a sample program using tone() to turn part of the 
  12.     IBM PC keyboard into a simple musical keyboard.
  13.